/* ExperiencePg Styles */

/* Master Styles */
body{
    margin: 0;
    padding: 0;
    font-family: "avenir", monospace, Helvetica, Arial, sans-serif;
    color : rgb(6, 8, 122);
    font-size: 15px;
}
header{
    margin: 0px;
    padding: 0px;
}

/* Nav Styles */
.navbarMain{
    display: flex;
    justify-content: space-between;
    margin: 0 10px;
    padding: 0 10px;
    align-items: center;
    max-height: 102px; 
}
.imageLeft img{
    width: 102px;
    height: 102px;
    float: left;
    padding-left: 15px;
    margin-left: 15px;
}
.navbarMain > ul.mainNavRight{
    padding-right: 20px;
    margin: 20px;
}
.navbarMain > ul.mainNavRight > li{
    float: left;
    position: relative;
    text-decoration: none;
    justify-content: space-evenly;
    border-bottom: 1px solid rgb(55, 6, 78) transparent;
    list-style-type: none;
    transition: border-bottom 0.5s;
    margin: 1px;
    padding: 1px 5px;
}
.navbarMain ul.mainNavRight li a{
    text-decoration: none;
    text-align: right;
    font-family: "Roboto", sans-serif;
    padding: 0 2px 2px 2px;
    border: 5px 5px 10px 5px;
    margin: 5px 5px 10px 5px;
    position: relative;
}
.mainNavRight li.active a { 
    border-bottom: 1px solid rgb(55, 6, 78);
    color: rgb(55, 6, 78);
}
.mainNavRight li.inactive a { 
    color: rgb(105, 97, 90);
}
.mainNavRight a:hover{
    border-bottom: 1px solid;
}

/* Body Styles */
.bodyContent{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: stretch;
    align-content: center;
    position: relative;
    background: rgba(196, 176, 141, 0.863);
}
.sidebarLeft{
    text-align: center;
    background-color: rgb(245, 244, 240);
    font-weight: bold;
    box-shadow: 4px 4px 7px 2px rgba(0,0,0,0.25);
    padding: 10px;
    margin: 10px 20px 10px 50px;
    min-height: 100px;
    max-height: 400px;
    min-width: 230px;
    max-width: 25%;
    word-wrap: break-word;
    flex-shrink: 0;
    display: relative;
}
.sidebarLeftCaption{
    font-family: monospace;
    padding: 10px;
}
#sideLeftCaptionRole{
    margin-bottom: 5px;
    font-weight: 500;
}
#sideLeftCaptionLocation{
    margin-top: 5px;
    font-weight: 200;
}
.sidebarLeftHeading1{
    padding: 20px 5px 2px;
    font-weight: 900;
    letter-spacing: 0.1rem;
    border-bottom: solid grey 0.5px;
    padding-bottom: 5px;
    width: 70px;
    margin: auto;
}
.listItem{
    font-weight: 200;
    letter-spacing: 0.1rem;
    text-align: left;
    font-family: "avenir", monospace, sans-serif;
}
.contentRight{
    background-color: rgb(245, 244, 240);
    box-shadow: 4px 4px 7px 2px rgba(0,0,0,0.25);
    padding: 10px;
    margin: 10px 50px 10px 10px;
    min-height: auto;
    max-width: 60%;
    flex-grow: 1;
} 
.contentRight > h2{
    padding-left: 16px;
    font-weight: 300;
}
.contentRight h3{
    font-weight: 500;
    padding-bottom: 0;
    margin-bottom: -15px;
}
.contentRight h5{
    font-weight: 300;
}
.contentRightSec{
    background-color: white;
    padding: 5px 10px;
    margin: 20px 10px;
    min-height: auto;
    flex-grow: 1;
    box-shadow: 4px 4px 7px 2px rgba(0,0,0,0.10);
    height: 190px;
} 
.contentRightSec p{
    letter-spacing: 0.02rem;
}
table {
    font-family: "avenir", arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
} 
td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}
#contentRightHead{
    margin-bottom: 0;
}

/* Footer Styles */
footer{
    clear: both;
    border: 0px;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    font-weight: 200;
}


/* Mobile Screen */
@media only screen and (max-width: 767px){
    body{
        font-size: 12px;
        width: fit-content;
    }
    .bodyContent{
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: stretch;
        align-content: center;
        position: relative;
        background: rgba(196, 176, 141, 0.863);
    }
    .sidebarLeft{
        text-align: center;
        background-color: rgb(245, 244, 240);
        font-weight: bold;
        box-shadow: 4px 4px 7px 2px rgba(0,0,0,0.25);
        padding: 10px;
        margin: 40px 25px 20px;
        word-wrap: break-word;
        max-width: revert;
        max-height: fit-content;
        min-width: 230px;
        word-wrap: break-word;
    }
    .sidebarLeftContent1{
        display: flex;
        justify-content: center;
    }
    .listItem{
        list-style-type: none;
    }
    .contentRight{
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: stretch;
        align-content: center;
        position: relative;
        margin: 25px;
        background-color: rgb(245, 244, 240);
        box-shadow: 4px 4px 7px 2px rgba(0,0,0,0.25);
        padding: 10px;
        min-height: auto;
        max-width: revert;  
    }
    .contentRightSec{
        padding: 5px 20px;
        margin: 20px 20px;
        height: fit-content;
    }
    #contentRightSecLast{
        padding: 5px 10px 20px;
        margin: 20px 20px 40px;
    }
}


/* Tablet Screen */
@media only screen and (min-width: 768px) and (max-width: 1024px){
    body{
        font-size: 12px;
        width: fit-content;
    }
    .bodyContent{
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        align-content: center;
        position: relative;
        width: 100vw;
    }
    .sidebarLeft{
        max-width: revert;
        margin: 40px 120px;
        border: solid 1px;
    }
    .sidebarLeftContent1{
        display: flex;
        justify-content: center; 
    }
    .listItem{
        list-style-type: none;
    }
    .contentRight{
        max-width: fit-content;
        padding: 10px;
        margin: 10px 30px 40px;
    }
    .contentRightSec{
        margin: 30px 20px;
    }
}

